/* 共用样式 */
* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

input,
textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    resize: none;
    background-color: rgba(255, 255, 255, 0);
}

button {
    border: none;
}

video::-webkit-media-controls-enclosure {
    display: none;
}

img {
    max-width: 100%;
}

.swiper {
    overflow: hidden;
}

.root {
    overflow: hidden;
    color: #535353;
    background-color: #fff;
}

.jiegou {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.duichen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pailie {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fensan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.chu {
    display: flex !important;
}

.xian {
    display: block !important;
}

.xiao {
    display: none !important;
}

.swiper,
.swiper-slide {
    position: relative;
}

/* 下拉 */
.navContent ul li {
    position: relative;
}
.navContent li ul {
    position: absolute;
    top: 104px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .5);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	background-color: #33333330;
}
.navContent li ul a {
    display: block;
    font-size: 16px;
}
.navContent li ul li {
    width: 95%;
    margin: 0 auto;
}
.navContent li ul a:hover {
    color: #e60012 !important;
}

/* 手机端导航 */
.yinying {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    display: none;
    opacity: 0;
}

.caidan {
    margin-left: 20px;
    display: none;
}
.mobileNav-content img {
    max-width: 170px;
    margin-top: 20px;
}
.mobileNav-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: #fff;
    justify-content: flex-start;
    padding: 20px;
    z-index: 999;
    display: none;
    transition: all .3s;
    transform: translateX(100%);
}

.mobileNav-content ul {
    width: 100%;
    padding-top: 20px;
}

.mobileNav-content li {
    padding: 20px 0;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.mobileNav-content a {
    color: #e60012;
}
/* 导航 */
.nav {
    position: fixed;
    width: 100%;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s;
    transform: translateY(30px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
}
.nav>a {
    max-width: 200px;
    margin-left: 5%;
}
.nav a {
    font-size: 18px;
    color: #fff;
}
.navContent {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: auto;
}
.navContent>ul {
    width: 100%;
    height: 100%;
}
.navContent>ul>li {
    position: relative;
    width: calc(100%/9);
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    background-color: transparent;
    transition: all .3s;
}
/* .navContent>ul>li:hover .subtopic {
    transform: translateY(0);
    opacity: 1;
} */
/* 导航样式02 */
.nav02 .nav-content {
    width: 95%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
}
.nav02 .navContent {
    margin: unset;   
}
.nav02 .navContent>ul>li>a {
    color: #333;
}

/* 子栏目 */
.mobileNav-content .subtopic {
    position: absolute;
    width: 100%;
    top: 104px;
    transition: all .3s;
    transform: translateY(-100%);
    opacity: 0;
    z-index: -1;
    padding: 10px 0;
}
.subtopic li {
    padding: 10px 0;
}
/* 横幅 */
.banner, .banner img {
    width: 100%;
    color: #fff;
    position: relative;
}
.banner .images {
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.banner-texts h3 {
    font-size: 48px;
}
.banner-texts h1 {
    font-size: 60px;
}
.banner-texts p {
    font-size: 24px;
    margin: 10px 0;
}
/* 当前位置 */
.current {
    font-size: 18px;
    margin-top: 80px;
}
.current a, .current {
    color: #a0a0a0;
}
/* 图片处理 */
.images {
     position: relative;
     overflow: hidden;
    }
.images .img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: all .3s;
}


/* 底部 */
.down {
    background-color: #e60012;
    color: #fff;
    text-align: center;
    text-align: left;
}
.bottom {
    padding: 90px 0;
    align-items: flex-start;
}
.bottom h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.bottom p {
    font-size: 14px;
}
.bottom>div>p {
    margin-top: 17px;
    margin-bottom: 10px;
}
.bottom li {
    margin-top: 20px;
}
.down a {
    color: #fff;
}
.down-content {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
}
.down-content>p {
	display: inline-block;
}
@media screen and (max-width: 1280px) {
    .jiegou {
        width: 90%;
    }
    .navContent {
        /* width: auto; */
    }
    .navContent>ul>li {
        width: auto;
        padding: 40px 15px;
    }
}
@media screen and (max-width: 1024px) {
    .nav-content {
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: row;
    }
    .nav {
        padding: 10px 0;
    }
    .nav>a {
        max-width: 140px;
    }
    .navContent {
        width: auto;
        display: contents;
    }
    .navContent ul {
        display: none;
    }
    .caidan {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .nav {
        transform: translateY(20px);
    }
    .down-content {
        text-align: center;
    }
}
@media screen and (max-width: 425px) {
    .nav a {
        max-width: 120px;
    }
    .bottom {
        padding: 45px 0;
        display: none;
    }
    .bottom-left {
        margin-bottom: 20px;
    }
    .down-content {
        font-size: 14px;
    }
	.news-title a {
		font-size: 18px
	}
}



.mobileNav-content {
    overflow-y: auto;
}

.mobileNav-content .subtopic {
    position: relative;
    padding: 0;
    margin: 0 auto;
    /* margin-top: -185%; */
    top: 10px;
    transform: translateY(0);
    height: 0;
}
.mobileNav-content .subtopic a {
    color: #999;
}
.mobileNav-content li {
    position: relative;
}
.mobileNav-content .subtopic li {
    border: none;
}




.hui{
    display: none;
    position: fixed;
    right: 3%;
    bottom: 15%;
    z-index: 99;
	opacity: .7;
}